Release 10.1A: OpenEdge Development:
Progress 4GL Reference


CREATE SAX-READER statement

Creates an instance of a SAX-reader object and assigns its handle to the handle variable you specify. The SAX-reader object can be used to control the parsing of XML source.

Syntax

CREATE SAX-READER handle
  [ IN WIDGET-POOL pool-name ] [ NO-ERROR ] 

handle

A variable of type HANDLE into which CREATE SAX-READER stores the new handle.

IN WIDGET-POOL pool-name

A CHARACTER expression indicating the widget pool in which the object is created. If you do not specify a widget pool, the object is created in the current default widget pool.

NO-ERROR

Causes any errors that occur during the creation of the SAX-reader handle to be suppressed. After the CREATE SAX-READER statement completes, check the ERROR-STATUS handle for information concerning any errors that might have occurred.

See also

SAX-reader object handle


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095